@charset "utf-8";
#friendlyLink .row,#footer .row{
    width: auto;
}

#footer {
  background: #1764CE;
}

#footer,
#footer a {
  color: #fff;
}

#footer .footer-info {
  font-size: 16px;
  line-height: 40px;
}

@media (max-width: 480px) {
  .no-margin {
    margin: 0px;
  }
}

/* 友情链接 */
.gov-nav {
  background: #6AB3FF;
}

.gov-nav-list {
  position: relative;
}

.gov-nav-item {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  cursor: pointer;
}

.gov-nav-item img {
  vertical-align: middle;
  margin-left: 10px;
}

.select-content {
  display: none;
  position: absolute;
  padding: 10px 0;
  color: #566279;
  border: 1px solid #ededed;
  background: #ffffff;
  z-index: 999;
  bottom: 50px;
  left: 0;
  border-top: 0.02rem solid #015293;
}

.select-content li a:hover {
  background: #f3f3f3;
  color: #6AB3FF;
}

#friendlyLink [class*="col-"] {
  position: static;
}

@media (max-width: 480px) {
  .select-content {
    bottom: 145px;
  }
}